home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6678 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  44 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news99.sunet.se!liuida!news
  3. From: c92manen@und.ida.liu.se (Mans Engman)
  4. Subject: Re: How about a good p2c routine?
  5. X-Nntp-Posting-Host: astmatix.ida.liu.se
  6. Message-ID: <1124.6662T1277T64@und.ida.liu.se>
  7. Sender: news@ida.liu.se
  8. Organization: CIS Dept, Linkoping University, Sweden
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10. References: <4j2tbq$d6s@the-fly.zip.com.au>
  11. Date: Fri, 29 Mar 1996 20:17:01 GMT
  12.  
  13.  
  14. >I have written an AVI player for the Retina Z3. This player is now
  15. >being added to so that it also plays IFF ANIMs.
  16.  
  17. >IFF ANIMs decode to planar, so what is a really fast way of converting
  18. >it to chunky for display on 3rd party graphics cards?
  19.  
  20. Well, these usual fast-c2p algorithms based on masking/merging are possible
  21. to reverse. So basically, one would do the passes in the opposite order
  22. (begin with bit-unmerging, then 2-bit unmerging, etc.) and make sure all the
  23. bits end up in the right place.
  24. (If you don't know about this technique you should have a look at the c2p
  25. sources on aminet.)
  26. In theory it's easy, now if someone had time to implement it...?
  27.  
  28. >Regards,
  29.  
  30. >Stuart MacKinnon.
  31. >--
  32.  
  33. >+- Stuart MacKinnon ------------------------------------ stuartm@zip.com.au
  34. >-+
  35. >|  VIC20, CBM 128+1571, A1000+Sidecar, CD32, A4000/040+A4091+A2065+RetinaZ3!
  36. >|  | Registered BeBox Developer - for those at the bleeding edge.
  37. >|   | PHONE: +61 2 398 4578 (AH)                            +61 2 693 0445
  38. >|  (BH) |
  39. >+--- Aztec C - Use it to MANXimise code inefficiency!
  40. >-----------------------+
  41.  
  42. /Mans (.sig being recompiled)
  43.  
  44.